From 67891ff75ed80fd2f158b480adfa79d7d0a3852e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 25 Nov 2003 23:10:34 +0000 Subject: [PATCH] (standard-display-european-internal): Cancel the standard-display-table setting for ` and '. --- lisp/international/mule-cmds.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index fb918094d4c..a9ed8299ad9 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1822,8 +1822,10 @@ specifies the character set for the major languages of Western Europe." (string= "The XFree86 Project, Inc" (x-server-vendor)) (> (aref (number-to-string (nth 2 (x-server-version))) 0) ?3)) - (aset standard-display-table ?' [?$,1ry(B]) - (aset standard-display-table ?` [?$,1rx(B]) + ;; We suppress these setting for the moment because the + ;; above assumption is wrong. + ;; (aset standard-display-table ?' [?$,1ry(B]) + ;; (aset standard-display-table ?` [?$,1rx(B]) ;; The fonts don't have the relevant bug. (aset standard-display-table 160 nil) (aset standard-display-table (make-char 'latin-iso8859-1 160) -- 2.30.2